home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Vertigo / RenderEngine / FlushPort.h < prev   
Encoding:
Text File  |  2000-06-24  |  606 b   |  23 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. //    File:        FlushPort.h
  4. //
  5. //    Project:    MacHack 2000 - Vertigo!
  6. //    Authors:    Darrin Cardani, Drew Thaler, Ed Wynne
  7. //
  8. //    Date:        06/23/2000 (written entirely during the conference!)
  9. //
  10. ///////////////////////////////////////////////////////////////////////////////
  11.  
  12. #ifndef _H_FlushPort
  13. #define _H_FlushPort
  14.  
  15. #include "DrawingUtils.h"
  16.  
  17. void RenderBufferOntoScreen(GWorldPtr srcWorld,GWorldPtr dstWorld,Rect *inRect,RgnHandle inMask);
  18. void BuildWindowList(RegionList &windowList, bool &windowListChanged);
  19.  
  20.  
  21. #endif _H_FlushPort
  22.  
  23.